home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / atutor.cmp / CASEIF.ACL < prev    next >
Encoding:
Text File  |  1993-08-06  |  451 b   |  22 lines

  1. Sample If in a Case Structure
  2.  
  3. First statement.
  4.  
  5. Question:
  6. (Choice #1)
  7.  Statement for choice #1.
  8.  
  9. { This is an if which takes place of Choice #2 }
  10. () If Question?
  11.     (Yes) Statement on Yes branch.
  12.     (No)  Statement on No branch.
  13.    ?end
  14.  
  15. (Choice #3)
  16.  Statement for choice #3.
  17.  
  18. :end
  19. Last statement.
  20.  
  21. 
  22.